Skip to content

Update styled-components requirement from 3 to 4#369

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/styled-components-4
Closed

Update styled-components requirement from 3 to 4#369
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/styled-components-4

Conversation

@dependabot-preview
Copy link

Updates the requirements on styled-components to permit the latest version.

Release notes

Sourced from styled-components's releases.

v4.3.2

Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by @​jamesknelson (see #2633)

Changelog

Sourced from styled-components's changelog.

[v4.3.2] - 2019-06-19

  • Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by @​jamesknelson (see #2633)

[v4.3.1] - 2019-06-06

  • Revert #2586; breaks rehydration in dev for certain runtimes like next.js

[v4.3.0] - 2019-06-05

  • Make it possible to initialize SC_ATTR and SC_DISABLE_SPEEDY via REACT_APP_* .env variables for easier integration with CRA applications (see #2501)

  • Fix theme prop for styled native components, also fixes theme in
    defaultProps for them.

  • Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components
    when using styled() as a higher-order component

  • Implement defaultProps folding (see #2597)

[v4.2.1] - 2019-05-30

  • Remove className usage checker dev utility due to excessive false-positive noise in certain runtime environments like next.js and the related warning suppression prop (see #2563).

  • Attach displayName to forwardRef function as described in React docs (see #2508).

  • Compatibility with react-native-web 0.11 (see #2453).

  • Add stack trace to .attrs warning (see #2486).

  • Fix functions as values for object literals. (see 2489)

  • Remove validation in Babel macro, by @​mAAdhaTTah (see #2427)

[v4.2.0] - 2019-03-23

  • Reduced GC pressure when using component selector styles. (see #2424).

  • Add svg tag marker to domElements.js (see #2389)

  • Make the GlobalStyleComponent created by createGlobalStyle call the base constructor with props (see #2321).

  • Move to Mono repository structure with lerna @​imbhargav5 (see #2326)

  • Expose StyleSheetContext and StyleSheetConsumer for you fancy babes doing wild stuff

  • Filter suppressClassNameWarning to not to pass down to the wrapped components @​taneba (see #2365)

  • Fix an edge case where React would break streaming inside <textarea> elements, which have special child behavior and aren't a suitable place to inject a style tag (see #2413)

... (truncated)
Commits
  • 43f6fbe v4.3.2
  • d088d68 fix css props when using babel macro with babel-plugin-styled-components 1.10...
  • fdde0d5 update README with revised v5 info
  • c369ad7 Bump version for @emotion/is-valid-props (#2617)
  • 3f7eb57 v4.3.1
  • 7002c1e Revert "prevent component folding when interim HOCs are present (#2586)" (#2606)
  • 04d4858 v4.3.0 (#2603)
  • b7d9419 implement folding of defaultProps (#2597)
  • 4ca4e62 Make it possible to initialize SC_ATTR via REACT_APP_SC_ATTR env variable (#2...
  • 2b1d01e prevent component folding when interim HOCs are present (#2586)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 4, 2019
@dependabot-preview
Copy link
Author

Superseded by #382.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/styled-components-4 branch September 30, 2019 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants